From dda83e2f983ec5f4e50d2bfc1675296118492353 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 15 May 2011 13:05:55 +0200 Subject: [PATCH] reftests: Unset background-image in CSS of test Otherwise the test screws up when it's set --- tests/reftests/entry-progress-coloring.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/reftests/entry-progress-coloring.css b/tests/reftests/entry-progress-coloring.css index e55a7df5e0..3c93a76d0a 100644 --- a/tests/reftests/entry-progress-coloring.css +++ b/tests/reftests/entry-progress-coloring.css @@ -13,6 +13,7 @@ GtkEntry #padded { .progressbar { background-color: rgba(0,0,0,0); + background-image: none; border-color: rgba(0,0,0,0); color: red; } -- 2.30.2